home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / fileread < prev    next >
Encoding:
Text File  |  1992-07-09  |  479 b   |  8 lines

  1. fileread --Operation, one input.  Abbreviation: fird
  2.      The input must be a file descriptor, previously  output  by  openread.
  3.      The  procedure  reads one line from the file.  The output is the line,
  4.      in the form of a list.  (That is, the output is the file  line  as  if
  5.      enclosed in square brackets in a program.)  If the end of the file has
  6.      been reached, the output is the empty word.  If the file line contains
  7.      mismatched brackets, trouble may result.
  8.